(C) 1996 AROS - The Amiga Replacement OS
NAME
LONG IEEESPMul()
SYNOPSIS
LONG y
LONG z
LOCATION
In MathIeeeSingBasBase at offset 13
FUNCTION
Multiply two ffp numbers res = y * z;
INPUTS
y
IEEE single precision floating point
z
IEEE single precision floating point
RESULT
Flags: zero : result is zero negative : result is negative overflow : result is out of range
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM Pen and paper algorithm of multiplication
HISTORY
24.07.1997 bergers
Initial revision
04.07.1997 bergers
*** empty log message ***
03.07.1997 bergers
*** empty log message ***
25.06.1997 bergers
*** empty log message ***